Resource Path: /api/date/{id}
Uri: http://doc.jamsscheduler.com/api/date/{id}
Description
Adds a date to an existing DateType or creates a new DateType if it doesn't exist.
Parameters
Name | Description | Data Type |
id | Date Type Id in which to add a date.The id of the DateType | integer |
Request
The request body is of type DateDetail.
The Date Detail information for the new date.
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
DateDetail
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
dateTypeID : integer
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
dateTypeType : string
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
description : string
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
lastChangeUTC : string
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
specificType : string
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
startDate : string
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
workDay : string
|
|
Response
The response body is of type string.
OK
See Also